summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/gpu/Texture.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/gpu/Texture.h')
-rw-r--r--WebCore/platform/graphics/gpu/Texture.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/platform/graphics/gpu/Texture.h b/WebCore/platform/graphics/gpu/Texture.h
index eda475e..92b6d0a 100644
--- a/WebCore/platform/graphics/gpu/Texture.h
+++ b/WebCore/platform/graphics/gpu/Texture.h
@@ -31,11 +31,11 @@
#ifndef Texture_h
#define Texture_h
-#include "RefCounted.h"
-#include "RefPtr.h"
#include "TilingData.h"
#include <wtf/OwnPtr.h>
#include <wtf/PassOwnPtr.h>
+#include <wtf/RefCounted.h>
+#include <wtf/RefPtr.h>
#include <wtf/Vector.h>
namespace WebCore {