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

Unified Diff: public/web/WebRuntimeFeatures.h

Issue 99663004: Avoid layout/full-repaint on view height change if possible (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Protect the feature with a runtime flag Created 7 years 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: public/web/WebRuntimeFeatures.h
diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h
index 745f24cf98950ce46d3d5c29f2b492140c59941c..dd0796533bf97750f8775656c2aabc947eccf462 100644
--- a/public/web/WebRuntimeFeatures.h
+++ b/public/web/WebRuntimeFeatures.h
@@ -169,6 +169,8 @@ public:
BLINK_EXPORT static void enableRepaintAfterLayout(bool);
+ BLINK_EXPORT static void enableOptimizedLayoutOnViewHeightChange(bool);
+
private:
WebRuntimeFeatures();
};

Powered by Google App Engine
This is Rietveld 408576698