| 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 2977f234e14c2838756887bfce545060711430b2..bcb55808996cad654e54d07ae722be150744bbb5 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();
|
|
|