| 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
|
|
|