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

Unified Diff: third_party/WebKit/Source/platform/graphics/GraphicsTypes.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/GraphicsTypes.h
diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsTypes.h b/third_party/WebKit/Source/platform/graphics/GraphicsTypes.h
index b8b378a22eba13bbcef3e19fdd5e6f19beebab5d..7b92d47ff1d51cdc37b01f6ac68409a1f5487d7a 100644
--- a/third_party/WebKit/Source/platform/graphics/GraphicsTypes.h
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsTypes.h
@@ -79,8 +79,8 @@ enum OpacityMode {
enum AccelerationHint {
PreferAcceleration,
- // The PreferAccelerationAfterVisibilityChange hint suggests we should switch back to acceleration
- // in the context of the canvas becoming visible again.
+ // The PreferAccelerationAfterVisibilityChange hint suggests we should switch
+ // back to acceleration in the context of the canvas becoming visible again.
PreferAccelerationAfterVisibilityChange,
PreferNoAcceleration,
};
@@ -125,8 +125,8 @@ enum ImageInitializationMode {
DoNotInitializeImagePixels,
};
-// TODO(junov): crbug.com/453113 relocate ShadowMode to CanvasRenderingContext2DState.h once
-// GraphicsContext no longer uses it.
+// TODO(junov): crbug.com/453113 Relocate ShadowMode to
+// CanvasRenderingContext2DState.h once GraphicsContext no longer uses it.
enum ShadowMode { DrawShadowAndForeground, DrawShadowOnly, DrawForegroundOnly };
enum AntiAliasingMode { NotAntiAliased, AntiAliased };
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/GraphicsLayerClient.h ('k') | third_party/WebKit/Source/platform/graphics/Image.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698