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

Unified Diff: content/browser/gpu/gpu_data_manager_impl_private.cc

Issue 1144333004: Make WebView work for external displays (over Presentations). Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor fixes according to boliu/jdduke's comments Created 5 years, 5 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: content/browser/gpu/gpu_data_manager_impl_private.cc
diff --git a/content/browser/gpu/gpu_data_manager_impl_private.cc b/content/browser/gpu/gpu_data_manager_impl_private.cc
index 87bad092436686a2441dc44e01ce04e6d02ff3c9..343403c58aadaaab4f36a816933996dc36941597 100644
--- a/content/browser/gpu/gpu_data_manager_impl_private.cc
+++ b/content/browser/gpu/gpu_data_manager_impl_private.cc
@@ -42,9 +42,6 @@
#if defined(OS_WIN)
#include "base/win/windows_version.h"
#endif // OS_WIN
-#if defined(OS_ANDROID)
-#include "ui/gfx/android/device_display_info.h"
-#endif // OS_ANDROID
namespace content {

Powered by Google App Engine
This is Rietveld 408576698