Remove unused field m_outsets

Review URL: https://codereview.chromium.org/462403002

git-svn-id: svn://svn.chromium.org/blink/trunk@180183 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent bfd55902
...@@ -114,8 +114,6 @@ private: ...@@ -114,8 +114,6 @@ private:
RefPtr<SourceGraphic> m_sourceGraphic; RefPtr<SourceGraphic> m_sourceGraphic;
RefPtr<FilterEffect> m_lastEffect; RefPtr<FilterEffect> m_lastEffect;
IntRectExtent m_outsets;
bool m_graphicsBufferAttached; bool m_graphicsBufferAttached;
bool m_hasFilterThatMovesPixels; bool m_hasFilterThatMovesPixels;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment