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

Unified Diff: ppapi/cpp/instance.h

Issue 8676042: Remove Context3D/Surface3D (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: style Created 9 years, 1 month 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 | « ppapi/cpp/dev/video_decoder_dev.cc ('k') | ppapi/cpp/instance.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/instance.h
diff --git a/ppapi/cpp/instance.h b/ppapi/cpp/instance.h
index 981f29cd1f53f3f72e2fcc133bc739112ebd62b6..9a3bfafa85b6912f374d292f33f5d00d8b0d32f2 100644
--- a/ppapi/cpp/instance.h
+++ b/ppapi/cpp/instance.h
@@ -24,7 +24,6 @@ class Graphics2D;
class Graphics3D;
class InputEvent;
class Rect;
-class Surface3D_Dev;
class URLLoader;
class Var;
@@ -278,17 +277,6 @@ class Instance {
/// instance, so the caller can release its reference if it chooses.
bool BindGraphics(const Graphics3D& graphics);
- /// Binds the given Surface3D as the current display surface.
- /// Refer to <code>BindGraphics(const Graphics2D& graphics)</code> for
- /// further information.
- ///
- /// @param[in] graphics A <code>Surface3D_Dev</code> to bind.
- ///
- /// @return true if bind was successful or false if the device was not the
- /// correct type. On success, a reference to the device will be held by the
- /// instance, so the caller can release its reference if it chooses.
- bool BindGraphics(const Surface3D_Dev& graphics);
-
/// IsFullFrame() determines if the instance is full-frame (repr).
/// Such an instance represents the entire document in a frame rather than an
/// embedded resource. This can happen if the user does a top-level
« no previous file with comments | « ppapi/cpp/dev/video_decoder_dev.cc ('k') | ppapi/cpp/instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698