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

Unified Diff: content/browser/renderer_host/accelerated_plugin_view_mac_unittest.mm

Issue 9838071: Implement pepper flash fullscreen on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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/accelerated_plugin_view_mac_unittest.mm
===================================================================
--- content/browser/renderer_host/accelerated_plugin_view_mac_unittest.mm (revision 130181)
+++ content/browser/renderer_host/accelerated_plugin_view_mac_unittest.mm (working copy)
@@ -5,9 +5,9 @@
#include "content/browser/renderer_host/accelerated_plugin_view_mac.h"
#include "base/logging.h"
-#import "content/public/browser/accelerated_window_interface.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "testing/platform_test.h"
+#import "ui/base/cocoa/underlay_opengl_hosting_window.h"
@interface UnderlayCountingWindow : NSWindow<UnderlayableSurface> {
@private

Powered by Google App Engine
This is Rietveld 408576698