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

Unified Diff: chromecast/browser/android/external_video_surface_container_impl.cc

Issue 823133004: Cleanup: Update the path to gfx rect headers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rect_f.h Created 5 years, 12 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: chromecast/browser/android/external_video_surface_container_impl.cc
diff --git a/chromecast/browser/android/external_video_surface_container_impl.cc b/chromecast/browser/android/external_video_surface_container_impl.cc
index 5dbb144cbaedbe4201e410e214a0fb38b9d99ecb..0bc85ebfd02ced8b4147e2c48644bb91e2a1861e 100644
--- a/chromecast/browser/android/external_video_surface_container_impl.cc
+++ b/chromecast/browser/android/external_video_surface_container_impl.cc
@@ -7,7 +7,7 @@
#include "base/android/jni_android.h"
#include "content/public/browser/android/content_view_core.h"
#include "jni/ExternalVideoSurfaceContainer_jni.h"
-#include "ui/gfx/rect_f.h"
+#include "ui/gfx/geometry/rect_f.h"
namespace chromecast {
namespace shell {
« no previous file with comments | « chrome/test/base/ui_test_utils.cc ('k') | chromecast/media/cma/ipc_streamer/video_decoder_config_marshaller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698