| 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 c3d1f3a88ca11e1521d14aabe064f9a82b4b9388..1e712463aa512ee666e9bfcb637bcfd3254ab1e7 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| @@ -177,6 +177,7 @@ public:
|
| void setFilterQuality(SkFilterQuality);
|
|
|
| // Some GraphicsLayers paint only the foreground or the background content
|
| + GraphicsLayerPaintingPhase paintingPhase() const { return m_paintingPhase; }
|
| void setPaintingPhase(GraphicsLayerPaintingPhase);
|
|
|
| void setNeedsDisplay();
|
|
|