Commit bb7d1324 authored by rune@opera.com's avatar rune@opera.com

Removed stray declared method.

Left-over from the removal of diffNeedsRecompositeLayer [1].

[1] https://codereview.chromium.org/360103008

R=abarth@chromium.org

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

git-svn-id: svn://svn.chromium.org/blink/trunk@181801 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent f49b38fb
...@@ -1815,7 +1815,6 @@ private: ...@@ -1815,7 +1815,6 @@ private:
bool diffNeedsFullLayout(const RenderStyle& other) const; bool diffNeedsFullLayout(const RenderStyle& other) const;
bool diffNeedsPaintInvalidationLayer(const RenderStyle& other) const; bool diffNeedsPaintInvalidationLayer(const RenderStyle& other) const;
bool diffNeedsPaintInvalidationObject(const RenderStyle& other) const; bool diffNeedsPaintInvalidationObject(const RenderStyle& other) const;
bool diffNeedsRecompositeLayer(const RenderStyle& other) const;
void updatePropertySpecificDifferences(const RenderStyle& other, StyleDifference&) const; void updatePropertySpecificDifferences(const RenderStyle& other, StyleDifference&) const;
}; };
......
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