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

Unified Diff: cc/layers/video_layer.h

Issue 1739743003: Blink Compositor Animation: Erase old animation system. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compilation. Created 4 years, 10 months 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/layers/video_layer.h
diff --git a/cc/layers/video_layer.h b/cc/layers/video_layer.h
index a59f1cc56682d4b7752fe9bb6638d8b9bd64216f..fdc975315487ca3d81584db4d6244305a16f57a0 100644
--- a/cc/layers/video_layer.h
+++ b/cc/layers/video_layer.h
@@ -9,6 +9,7 @@
#include "base/macros.h"
#include "cc/base/cc_export.h"
#include "cc/layers/layer.h"
+#include "cc/layers/layer_settings.h"
loyso (OOO) 2016/02/29 06:25:00 This is temp to comply with current DEPS. It willl
#include "media/base/video_rotation.h"
namespace media { class VideoFrame; }

Powered by Google App Engine
This is Rietveld 408576698