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

Unified Diff: Source/platform/graphics/GraphicsContextAnnotation.h

Issue 99103006: Moving GraphicsContext and dependencies from core to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Final patch - fixes Android Created 7 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
Index: Source/platform/graphics/GraphicsContextAnnotation.h
diff --git a/Source/core/platform/graphics/GraphicsContextAnnotation.h b/Source/platform/graphics/GraphicsContextAnnotation.h
similarity index 100%
rename from Source/core/platform/graphics/GraphicsContextAnnotation.h
rename to Source/platform/graphics/GraphicsContextAnnotation.h
index dd31e7a475a36f56a99010c3666cd8d12cb32e84..0631ec92d02861d2c029798b696b40eb1664a796 100644
--- a/Source/core/platform/graphics/GraphicsContextAnnotation.h
+++ b/Source/platform/graphics/GraphicsContextAnnotation.h
@@ -28,12 +28,12 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "wtf/Vector.h"
-#include "wtf/text/WTFString.h"
-
#ifndef GraphicsContextAnnotation_h
#define GraphicsContextAnnotation_h
+#include "wtf/Vector.h"
+#include "wtf/text/WTFString.h"
+
namespace WebCore {
enum AnnotationMode {
« no previous file with comments | « Source/platform/graphics/GraphicsContext3DImagePacking.cpp ('k') | Source/platform/graphics/GraphicsContextAnnotation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698