| Index: third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| index 371b1f1f8084b1e8065ca80952903fe07c9acfc9..be7dd01e0118b8867a7acfbc737462d484cacb1d 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| @@ -261,6 +261,9 @@ public:
|
| // Exposed for tests.
|
| WebLayer* contentsLayer() const { return m_contentsLayer; }
|
|
|
| + void setElementId(uint64_t);
|
| + void setCompositorMutableProperties(uint32_t);
|
| +
|
| static void setDrawDebugRedFillForTesting(bool);
|
| ContentLayerDelegate* contentLayerDelegateForTesting() const { return m_contentLayerDelegate.get(); }
|
|
|
|
|