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

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: Created 6 years, 8 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 5e432d81ff77c6289874a23d499c49a34c32b581..5226c90054a431aacfdb1869e050292a28cc66ab 100644
--- a/Source/core/rendering/style/RenderStyle.h
+++ b/Source/core/rendering/style/RenderStyle.h
@@ -1781,6 +1781,7 @@ private:
void appendContent(PassOwnPtr<ContentData>);
+ 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