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

Unified Diff: third_party/WebKit/public/platform/WebGraphicsContext3D.h

Issue 1882503002: Remove setErrorMessageCallback from WebGraphicsContext3D. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@errorcallback
Patch Set: weberrors: owned 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
Index: third_party/WebKit/public/platform/WebGraphicsContext3D.h
diff --git a/third_party/WebKit/public/platform/WebGraphicsContext3D.h b/third_party/WebKit/public/platform/WebGraphicsContext3D.h
index 9f2dd4222a37b14c9a88b7580e20774c07226a67..bcf2811e374a21e64688efa22d11c424e6c78161 100644
--- a/third_party/WebKit/public/platform/WebGraphicsContext3D.h
+++ b/third_party/WebKit/public/platform/WebGraphicsContext3D.h
@@ -50,18 +50,8 @@ public:
virtual ~WebGraphicsContextLostCallback() { }
};
- class WebGraphicsErrorMessageCallback {
- public:
- virtual void onErrorMessage(const WebString&, int) = 0;
-
- protected:
- virtual ~WebGraphicsErrorMessageCallback() { }
- };
-
// This destructor needs to be public so that using classes can destroy instances if initialization fails.
virtual ~WebGraphicsContext3D() { }
-
- virtual void setErrorMessageCallback(WebGraphicsErrorMessageCallback* callback) { }
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698