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

Unified Diff: gpu/command_buffer/client/context_support.h

Issue 619453002: gpu: Remove Echo and SwapCompletion GL interfacess (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tits
Patch Set: rebase Created 6 years, 3 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: gpu/command_buffer/client/context_support.h
diff --git a/gpu/command_buffer/client/context_support.h b/gpu/command_buffer/client/context_support.h
index f8ff15effe89dae551b1bb24bba071ec7700316e..7046d9674b35e6308f07b0c39f9c1d5156548aea 100644
--- a/gpu/command_buffer/client/context_support.h
+++ b/gpu/command_buffer/client/context_support.h
@@ -25,12 +25,6 @@ class ContextSupport {
// Clients aren't expected to draw to an invisible surface.
virtual void SetSurfaceVisible(bool visible) = 0;
- virtual void Swap() = 0;
- virtual void PartialSwapBuffers(const gfx::Rect& sub_buffer) = 0;
-
- virtual void SetSwapBuffersCompleteCallback(
- const base::Closure& callback) = 0;
-
// Schedule a texture to be presented as an overlay synchronously with the
// primary surface during the next buffer swap.
// This method is not stateful and needs to be re-scheduled every frame.

Powered by Google App Engine
This is Rietveld 408576698