| 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 48725ea306936029d73ce2b3954c83d75b259ced..0f98cfddf55677d00c954043ff232f04f731391e 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| @@ -259,6 +259,9 @@ public:
|
| // Exposed for tests.
|
| WebLayer* contentsLayer() const { return m_contentsLayer; }
|
|
|
| + void setElementId(uint64_t);
|
| + void setMutableProperties(uint32_t);
|
| +
|
| static void setDrawDebugRedFillForTesting(bool);
|
| ContentLayerDelegate* contentLayerDelegateForTesting() const { return m_contentLayerDelegate.get(); }
|
|
|
|
|