Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(855)

Unified Diff: third_party/WebKit/Source/platform/graphics/ImageBufferSurface.h

Issue 2394853003: Enforce comment formatting in platform/ (Closed)
Patch Set: change Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698