Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1246)

Unified Diff: Source/core/rendering/style/RenderStyle.h

Issue 265703012: Separate repaint and layout requirements of StyleDifference (Step 4) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/rendering/style/RenderStyle.h
diff --git a/Source/core/rendering/style/RenderStyle.h b/Source/core/rendering/style/RenderStyle.h
index fe16e459095e2dc4a2acb2447d8c1b8399b6c1e4..8ec98d5bc34a9e49ac2e8d27c512b881fe1cd3ca 100644
--- a/Source/core/rendering/style/RenderStyle.h
+++ b/Source/core/rendering/style/RenderStyle.h
@@ -1780,6 +1780,7 @@ private:
void appendContent(PassOwnPtr<ContentData>);
void addAppliedTextDecoration(const AppliedTextDecoration&);
+ bool diffNeedsFullLayoutAndRepaint(const RenderStyle& other) const;
bool diffNeedsFullLayout(const RenderStyle& other) const;
bool diffNeedsRepaintLayer(const RenderStyle& other) const;
bool diffNeedsRepaintObject(const RenderStyle& other) const;

Powered by Google App Engine
This is Rietveld 408576698