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

Unified Diff: third_party/WebKit/public/platform/WebMutator.h

Issue 1547893003: WIP - compositor worker mega patch. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/public/platform/WebMutator.h
diff --git a/third_party/WebKit/public/platform/WebMutator.h b/third_party/WebKit/public/platform/WebMutator.h
new file mode 100644
index 0000000000000000000000000000000000000000..3d37094777dbd3481604b3cad4bb04f78100b73d
--- /dev/null
+++ b/third_party/WebKit/public/platform/WebMutator.h
@@ -0,0 +1,25 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef WebMutator_h
+#define WebMutator_h
+
+#include "public/platform/WebCommon.h"
+#include "public/platform/WebMutation.h"
+
+namespace blink {
+
+class WebCompositorMutableStateProvider;
+class WebThread;
+
+class BLINK_EXPORT WebMutator {
+public:
+ virtual ~WebMutator() {}
+
+ virtual bool mutate(double timeNow, WebCompositorMutableStateProvider*) = 0;
+};
+
+} // namespace blink
+
+#endif // WebMutatorClient_h
« no previous file with comments | « third_party/WebKit/public/platform/WebMutation.h ('k') | third_party/WebKit/public/platform/WebMutatorClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698