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

Unified Diff: content/test/plugin/plugin_windowless_test.cc

Issue 234533002: Remove a bunch of TOOLKIT_GTK in content/ and gpu/, as well as NPAPI plugins on linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, skip changing browser_main_loop.cc because of presubmit issues, will follow up Created 6 years, 8 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
« no previous file with comments | « content/test/plugin/plugin_javascript_open_popup.cc ('k') | content/test/test_render_view_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/plugin/plugin_windowless_test.cc
diff --git a/content/test/plugin/plugin_windowless_test.cc b/content/test/plugin/plugin_windowless_test.cc
index 9b126c9247c88ac09568e23a9e1cb660971aa5d1..5d78bef95c29c462a5d845a7283030e9b2566bb1 100644
--- a/content/test/plugin/plugin_windowless_test.cc
+++ b/content/test/plugin/plugin_windowless_test.cc
@@ -10,10 +10,6 @@
#include "base/strings/string_util.h"
#include "content/test/plugin/plugin_client.h"
-#if defined(TOOLKIT_GTK)
-#include <gdk/gdkx.h>
-#endif
-
// NPEvent does not exist on the Mac.
#if defined(OS_MACOSX)
typedef NPCocoaEvent WindowlessPluginTestEvent;
@@ -37,8 +33,6 @@ bool IsPaintEvent(WindowlessPluginTestEvent* np_event) {
return np_event->event == WM_PAINT;
#elif defined(OS_MACOSX)
return np_event->type == NPCocoaEventDrawRect;
-#elif defined(TOOLKIT_GTK)
- return np_event->type == GraphicsExpose;
#else
NOTIMPLEMENTED();
return false;
« no previous file with comments | « content/test/plugin/plugin_javascript_open_popup.cc ('k') | content/test/test_render_view_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698