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

Unified Diff: third_party/WebKit/public/web/WebRuntimeFeatures.h

Issue 1452353002: Turn off computation of the interest rect in cc in synchronized paint mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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: third_party/WebKit/public/web/WebRuntimeFeatures.h
diff --git a/third_party/WebKit/public/web/WebRuntimeFeatures.h b/third_party/WebKit/public/web/WebRuntimeFeatures.h
index 8e2253a4f8f1a90886d8776c2b9e3047ad5aeaf6..902f37f98f93d99ccae64a341108492f9b6a62cf 100644
--- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
+++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
@@ -120,6 +120,8 @@ public:
BLINK_EXPORT static void enableSlimmingPaintV2(bool);
+ BLINK_EXPORT static void enableBlinkSynchronizedPainting(bool);
+
BLINK_EXPORT static void enableTouch(bool);
BLINK_EXPORT static void enableTouchIconLoading(bool);

Powered by Google App Engine
This is Rietveld 408576698