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

Unified Diff: third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModule.cpp

Issue 2387093002: Reflow comments in canvas-related folders (Closed)
Patch Set: More fix 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/modules/canvas/HTMLCanvasElementModule.cpp
diff --git a/third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModule.cpp b/third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModule.cpp
index 2d3c3d39b7a7bc51084e19eaa19ce975a81f310d..78bb25034c57165246a362f85590711492a9190a 100644
--- a/third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModule.cpp
+++ b/third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModule.cpp
@@ -18,7 +18,8 @@ void HTMLCanvasElementModule::getContext(
ExceptionState& exceptionState,
RenderingContext& result) {
if (canvas.surfaceLayerBridge()) {
- // The existence of canvas surfaceLayerBridge indicates that HTMLCanvasElement.transferControlToOffscreen() has been called.
+ // The existence of canvas surfaceLayerBridge indicates that
+ // HTMLCanvasElement.transferControlToOffscreen() has been called.
exceptionState.throwDOMException(InvalidStateError,
"Cannot get context from a canvas that "
"has transferred its control to "

Powered by Google App Engine
This is Rietveld 408576698