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

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

Issue 1963263002: Fix Mac resize, delete more Mac code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 7 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_process_host.cc
diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc
index 8abfd8a88cd499b16e0ff240017b0d60b3480664..9bf57997951c7f8e066b298ec22040004d323d7a 100644
--- a/content/browser/gpu/gpu_process_host.cc
+++ b/content/browser/gpu/gpu_process_host.cc
@@ -76,10 +76,6 @@
#include "ui/gfx/x/x11_switches.h" // nogncheck
#endif
-#if defined(OS_MACOSX)
-#include "content/browser/renderer_host/render_widget_resize_helper_mac.h"
-#endif
-
#if defined(OS_MACOSX) || defined(OS_ANDROID)
#include "content/browser/gpu/gpu_surface_tracker.h"
#endif

Powered by Google App Engine
This is Rietveld 408576698