| Index: third_party/WebKit/Source/platform/graphics/ImageBufferSurface.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.h b/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.h
|
| index 874c52fa39aade764e4eca93af7814d836bb56ba..1c13f51c25d6df779ccf341d58e42af84ed64715 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.h
|
| @@ -88,9 +88,7 @@ class PLATFORM_EXPORT ImageBufferSurface {
|
|
|
| // Like flush, but flushes all the way down to the GPU context if the surface
|
| // uses the GPU.
|
| - virtual void flushGpu(FlushReason reason) {
|
| - flush(reason);
|
| - }
|
| + virtual void flushGpu(FlushReason reason) { flush(reason); }
|
|
|
| virtual void prepareSurfaceForPaintingIfNeeded() {}
|
| virtual bool writePixels(const SkImageInfo& origInfo,
|
|
|