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

Unified Diff: third_party/WebKit/Source/core/dom/CompositorProxiedPropertySet.h

Issue 1547893003: WIP - compositor worker mega patch. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 11 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: third_party/WebKit/Source/core/dom/CompositorProxiedPropertySet.h
diff --git a/third_party/WebKit/Source/core/dom/CompositorProxiedPropertySet.h b/third_party/WebKit/Source/core/dom/CompositorProxiedPropertySet.h
index f104ed4f2e5a315f7ba5803b39419509b4bc22a7..a1d9a86a78c836ac1f5dbb696e9c0b2940ca6f60 100644
--- a/third_party/WebKit/Source/core/dom/CompositorProxiedPropertySet.h
+++ b/third_party/WebKit/Source/core/dom/CompositorProxiedPropertySet.h
@@ -5,7 +5,7 @@
#ifndef CompositorProxiedPropertySet_h
#define CompositorProxiedPropertySet_h
-#include "public/platform/WebCompositorMutableProperties.h"
+#include "platform/graphics/CompositorMutableProperties.h"
#include "wtf/Allocator.h"
#include "wtf/Forward.h"
#include "wtf/Noncopyable.h"
@@ -28,7 +28,7 @@ public:
private:
CompositorProxiedPropertySet();
- unsigned short m_counts[kNumWebCompositorMutableProperties];
+ unsigned short m_counts[kNumCompositorMutableProperties];
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698