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

Unified Diff: cc/output/output_surface.h

Issue 1821863002: Hook up ui::Compositor to Display's BeginFrameSource (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Display member destruction order Created 4 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 | « android_webview/browser/hardware_renderer.cc ('k') | cc/output/output_surface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/output_surface.h
diff --git a/cc/output/output_surface.h b/cc/output/output_surface.h
index 062fd000f49802b1e1551b99712a9ecf8eff6acd..da4b647bdbb81e0f54fc54e2b83e91dd698b026f 100644
--- a/cc/output/output_surface.h
+++ b/cc/output/output_surface.h
@@ -199,9 +199,6 @@ class CC_EXPORT OutputSurface : public base::trace_event::MemoryDumpProvider {
bool has_alpha_;
base::ThreadChecker client_thread_checker_;
- void CommitVSyncParameters(base::TimeTicks timebase,
- base::TimeDelta interval);
-
void SetNeedsRedrawRect(const gfx::Rect& damage_rect);
void ReclaimResources(const CompositorFrameAck* ack);
void SetExternalStencilTest(bool enabled);
« no previous file with comments | « android_webview/browser/hardware_renderer.cc ('k') | cc/output/output_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698