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

Unified Diff: Source/platform/graphics/GraphicsContextStateSaver.cpp

Issue 718943003: Rename updateIntrinsicContentLogicalHeight to setIntrinsicContentLogicalHeight (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Tryin' again Created 6 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 | « Source/core/rendering/RenderBlockFlow.cpp ('k') | Source/platform/graphics/paint/ClipDisplayItem.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/GraphicsContextStateSaver.cpp
diff --git a/Source/core/css/resolver/StyleResolverParentScope.cpp b/Source/platform/graphics/GraphicsContextStateSaver.cpp
similarity index 62%
copy from Source/core/css/resolver/StyleResolverParentScope.cpp
copy to Source/platform/graphics/GraphicsContextStateSaver.cpp
index 76cae0e07a77e9aac748018e46172c4601020be3..26b395a9d81db843ba3f3a86176363c054661da4 100644
--- a/Source/core/css/resolver/StyleResolverParentScope.cpp
+++ b/Source/platform/graphics/GraphicsContextStateSaver.cpp
@@ -4,10 +4,10 @@
#include "config.h"
-#include "core/css/resolver/StyleResolverParentScope.h"
+#include "platform/graphics/GraphicsContextStateSaver.h"
namespace blink {
-StyleResolverParentScope* StyleResolverParentScope::s_currentScope = 0;
+GraphicsContextStateSaver* GraphicsContextStateSaver::s_currentStateSaver = 0;
} // namespace blink
« no previous file with comments | « Source/core/rendering/RenderBlockFlow.cpp ('k') | Source/platform/graphics/paint/ClipDisplayItem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698