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

Unified Diff: third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp

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/tiles/tile_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
diff --git a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
index 232ee9c6be2c18b681499f0b59a1185406364783..2a2a3afac92cef9e8ea09a59c5877ed4b69ec3ec 100644
--- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
+++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
@@ -436,8 +436,11 @@ void CompositedLayerMapping::updateContentsOpaque() {
}
void CompositedLayerMapping::updateRasterizationPolicy() {
- bool allowTransformedRasterization = !requiresCompositing(m_owningLayer.getCompositingReasons() & ~CompositingReasonSquashingDisallowed);
- m_graphicsLayer->contentLayer()->setAllowTransformedRasterization(allowTransformedRasterization);
+ bool allowTransformedRasterization =
+ !requiresCompositing(m_owningLayer.getCompositingReasons() &
+ ~CompositingReasonSquashingDisallowed);
+ m_graphicsLayer->contentLayer()->setAllowTransformedRasterization(
+ allowTransformedRasterization);
if (m_squashingLayer)
m_squashingLayer->contentLayer()->setAllowTransformedRasterization(true);
}
« no previous file with comments | « cc/tiles/tile_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698