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

Unified Diff: third_party/WebKit/Source/core/testing/InternalSettings.h

Issue 1405993008: compositor-worker: plumb element id and mutable properties (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix rebase error. Created 5 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: third_party/WebKit/Source/core/testing/InternalSettings.h
diff --git a/third_party/WebKit/Source/core/testing/InternalSettings.h b/third_party/WebKit/Source/core/testing/InternalSettings.h
index 23b52a0142a7e64a8786c68654eb7ad7c356861b..25c28a4ec2fab03ee9b27143b345157a398e934f 100644
--- a/third_party/WebKit/Source/core/testing/InternalSettings.h
+++ b/third_party/WebKit/Source/core/testing/InternalSettings.h
@@ -80,6 +80,7 @@ public:
bool m_originalImageColorProfilesEnabled;
ImageAnimationPolicy m_originalImageAnimationPolicy;
bool m_originalScrollTopLeftInteropEnabled;
+ bool m_originalCompositorWorkerEnabled;
};
static PassRefPtrWillBeRawPtr<InternalSettings> create(Page& page)
@@ -116,6 +117,7 @@ public:
void setTextAutosizingWindowSizeOverride(int width, int height, ExceptionState&);
void setViewportEnabled(bool, ExceptionState&);
void setViewportMetaEnabled(bool, ExceptionState&);
+ void setCompositorWorkerEnabled(bool, ExceptionState&);
// FIXME: The following are RuntimeEnabledFeatures and likely
// cannot be changed after process start. These setters should

Powered by Google App Engine
This is Rietveld 408576698