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

Unified Diff: content/browser/compositor/browser_compositor_view_mac.h

Issue 326563003: Remove swap ack throttling. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_some_nonca
Patch Set: Remove Aura methods Created 6 years, 6 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 | « no previous file | content/browser/compositor/browser_compositor_view_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/compositor/browser_compositor_view_mac.h
diff --git a/content/browser/compositor/browser_compositor_view_mac.h b/content/browser/compositor/browser_compositor_view_mac.h
index 3b061c266ecd1f16939a5a35a40da9de016896df..60ab7764976ca3c6e5db09f2f1d721d927bea812 100644
--- a/content/browser/compositor/browser_compositor_view_mac.h
+++ b/content/browser/compositor/browser_compositor_view_mac.h
@@ -17,12 +17,6 @@
namespace content {
class BrowserCompositorViewMacHelper;
-
-class BrowserCompositorViewMacClient {
- public:
- virtual void BrowserCompositorDidDrawFrame() = 0;
-};
-
} // namespace content
// Additions to the NSView interface for compositor frames.
@@ -47,13 +41,11 @@ class BrowserCompositorViewMacClient {
base::scoped_nsobject<CompositingIOSurfaceLayer> accelerated_layer_;
base::scoped_nsobject<SoftwareLayer> software_layer_;
- content::BrowserCompositorViewMacClient* client_;
scoped_ptr<content::BrowserCompositorViewMacHelper> helper_;
}
// Initialize to render the content of a specific superview.
-- (id)initWithSuperview:(NSView*)view
- withClient:(content::BrowserCompositorViewMacClient*)client;
+- (id)initWithSuperview:(NSView*)view;
// Re-position the layers to the correct place when this view's superview
// changes size, or when the accelerated or software content changes.
« no previous file with comments | « no previous file | content/browser/compositor/browser_compositor_view_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698