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

Unified Diff: cc/video_layer_impl.h

Issue 11308153: Migrate most of cc/ from WebKit::WebTransformationMatrix to gfx::Transform (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased to tip of tree and addressed feedback Created 8 years, 1 month 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: cc/video_layer_impl.h
diff --git a/cc/video_layer_impl.h b/cc/video_layer_impl.h
index 6291ae1ad41dca1a19d7123c2d3ea3d74ae9af18..6a4af373a79103888f83d0ed322fe7fd10047de4 100644
--- a/cc/video_layer_impl.h
+++ b/cc/video_layer_impl.h
@@ -5,6 +5,8 @@
#ifndef CC_VIDEO_LAYER_IMPL_H_
#define CC_VIDEO_LAYER_IMPL_H_
+#include <public/WebVideoFrameProvider.h>
+
#include "base/callback.h"
#include "base/synchronization/lock.h"
#include "cc/cc_export.h"
@@ -12,8 +14,7 @@
#include "media/base/video_frame.h"
#include "third_party/khronos/GLES2/gl2.h"
#include "ui/gfx/size.h"
-#include <public/WebTransformationMatrix.h>
-#include <public/WebVideoFrameProvider.h>
+#include "ui/gfx/transform.h"
namespace WebKit {
class WebVideoFrame;
@@ -80,7 +81,7 @@ private:
base::Lock m_providerLock;
WebKit::WebVideoFrameProvider* m_provider;
- WebKit::WebTransformationMatrix m_streamTextureMatrix;
+ gfx::Transform m_streamTextureMatrix;
FrameUnwrapper m_unwrapper;
WebKit::WebVideoFrame *m_webFrame;
« cc/tiled_layer_impl.h ('K') | « cc/tiled_layer_unittest.cc ('k') | cc/video_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698