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

Unified Diff: Source/core/layout/style/StyleRareNonInheritedData.h

Issue 930183002: Move and rename RenderEmbeddedObject and RenderIFrame. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rename properly to LayoutIFrame in test expectations. Created 5 years, 10 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
« no previous file with comments | « Source/core/layout/compositing/LayerCompositor.cpp ('k') | Source/core/rendering/RenderBox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/style/StyleRareNonInheritedData.h
diff --git a/Source/core/layout/style/StyleRareNonInheritedData.h b/Source/core/layout/style/StyleRareNonInheritedData.h
index 63d3f5342fb8bd6732d634ea4760651d72e33113..0d132c82b03c684dd74548c0c6fb662147ba00ad 100644
--- a/Source/core/layout/style/StyleRareNonInheritedData.h
+++ b/Source/core/layout/style/StyleRareNonInheritedData.h
@@ -201,7 +201,7 @@ public:
unsigned m_scrollBlocksOn: 3; // WebScrollBlocksOn
// Plugins require accelerated compositing for reasons external to blink.
- // In which case, we need to update the LayoutStyle on the RenderEmbeddedObject,
+ // In which case, we need to update the LayoutStyle on the LayoutEmbeddedObject,
// so store this bit so that the style actually changes when the plugin
// becomes composited.
unsigned m_requiresAcceleratedCompositingForExternalReasons: 1;
« no previous file with comments | « Source/core/layout/compositing/LayerCompositor.cpp ('k') | Source/core/rendering/RenderBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698