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

Unified Diff: cc/blink/web_content_layer_impl.cc

Issue 2555363004: [6/6] git cl format (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « cc/base/scale_translate2d.h ('k') | cc/debug/rasterize_and_record_benchmark_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/blink/web_content_layer_impl.cc
diff --git a/cc/blink/web_content_layer_impl.cc b/cc/blink/web_content_layer_impl.cc
index abf4a4ad8b0d7f80339424e2c4febc2c6cdd4d13..cb3a8b9a8b4a0916d47aa908265e1c586c67d765 100644
--- a/cc/blink/web_content_layer_impl.cc
+++ b/cc/blink/web_content_layer_impl.cc
@@ -67,7 +67,8 @@ blink::WebLayer* WebContentLayerImpl::layer() {
}
void WebContentLayerImpl::setAllowTransformedRasterization(bool allowed) {
- static_cast<PictureLayer*>(layer_->layer())->SetAllowTransformedRasterization(allowed);
+ static_cast<PictureLayer*>(layer_->layer())
+ ->SetAllowTransformedRasterization(allowed);
}
gfx::Rect WebContentLayerImpl::PaintableRegion() {
« no previous file with comments | « cc/base/scale_translate2d.h ('k') | cc/debug/rasterize_and_record_benchmark_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698