| Index: third_party/WebKit/Source/platform/graphics/GraphicsLayerClient.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayerClient.h b/third_party/WebKit/Source/platform/graphics/GraphicsLayerClient.h
|
| index 501c131cbddaef6e874ecc27c2de414f5c0893ab..e9d2b73d5a6e87ee84d91d7e8b565fd59ae17787 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayerClient.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayerClient.h
|
| @@ -77,7 +77,8 @@ class PLATFORM_EXPORT GraphicsLayerClient {
|
| const GraphicsLayer*,
|
| const IntRect& previousInterestRect) const = 0;
|
| virtual LayoutSize subpixelAccumulation() const { return LayoutSize(); }
|
| - // Returns whether the client needs to be repainted with respect to the given graphics layer.
|
| + // Returns whether the client needs to be repainted with respect to the given
|
| + // graphics layer.
|
| virtual bool needsRepaint(const GraphicsLayer&) const = 0;
|
| virtual void paintContents(const GraphicsLayer*,
|
| GraphicsContext&,
|
|
|