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

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

Issue 2398453002: Rewrap comments to 80 columns in Source/platform/graphics/. (Closed)
Patch Set: Review feedback 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/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&,

Powered by Google App Engine
This is Rietveld 408576698