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

Unified Diff: content/browser/renderer_host/render_widget_host_impl.cc

Issue 2867693004: Snapshot of all changes to get jumbo in blink and content.
Patch Set: Rebased again Created 3 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/renderer_host/render_widget_host_impl.cc
diff --git a/content/browser/renderer_host/render_widget_host_impl.cc b/content/browser/renderer_host/render_widget_host_impl.cc
index 5308d98cc4bdf09ec3b29897c09c4c01c3410347..97ce6440ea4600934c826c48f5a7f641295ed5a6 100644
--- a/content/browser/renderer_host/render_widget_host_impl.cc
+++ b/content/browser/renderer_host/render_widget_host_impl.cc
@@ -114,7 +114,7 @@
#include "ui/accelerated_widget_mac/window_resize_helper_mac.h"
#endif
-using base::Time;
+//using base::Time; // Collides with X11 Time and is also not used.
using base::TimeDelta;
using base::TimeTicks;
using blink::WebDragOperation;

Powered by Google App Engine
This is Rietveld 408576698