Remove unused 3DTransformedDescendant methods.

Neither of these methods appear to be getting called.

BUG=260898

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

git-svn-id: svn://svn.chromium.org/blink/trunk@165119 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 694ea40e
...@@ -563,10 +563,6 @@ private: ...@@ -563,10 +563,6 @@ private:
void updateDescendantDependentFlags(); void updateDescendantDependentFlags();
// This flag is computed by RenderLayerCompositor, which knows more about 3d hierarchies than we do.
void setHas3DTransformedDescendant(bool b) { m_has3DTransformedDescendant = b; }
bool has3DTransformedDescendant() const { return m_has3DTransformedDescendant; }
void dirty3DTransformedDescendantStatus(); void dirty3DTransformedDescendantStatus();
// Both updates the status, and returns true if descendants of this have 3d. // Both updates the status, and returns true if descendants of this have 3d.
bool update3DTransformedDescendantStatus(); bool update3DTransformedDescendantStatus();
......
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