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

Unified Diff: Source/core/frame/FrameView.h

Issue 202683005: optimizing layout performance when only transform3d matrix changed by Base URL: http://src.chromium.org/blink/trunk/
Patch Set: Created 6 years, 9 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/frame/FrameView.h
===================================================================
--- Source/core/frame/FrameView.h (revision 169401)
+++ Source/core/frame/FrameView.h (working copy)
@@ -113,7 +113,7 @@
bool needsFullRepaint() const { return m_doFullRepaint; }
- void updateCompositingLayersAfterStyleChange();
+ void updateCompositingLayersAfterStyleChange(bool fast = false);
void updateCompositingLayersAfterLayout();
bool hasCompositedContent() const;

Powered by Google App Engine
This is Rietveld 408576698