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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGLSharedPlatform3DObject.cpp

Issue 1950763002: Remove abstractions around GLuint and GL constants. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/Source/modules/webgl/WebGLSharedPlatform3DObject.cpp
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLSharedPlatform3DObject.cpp b/third_party/WebKit/Source/modules/webgl/WebGLSharedPlatform3DObject.cpp
index 8f32df18f1e61e777cfad9a89f5c979a2ce52d4d..8261c854668f2f6f96ad86608aafd3071aa06087 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLSharedPlatform3DObject.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLSharedPlatform3DObject.cpp
@@ -18,7 +18,7 @@ WebGLSharedPlatform3DObject::~WebGLSharedPlatform3DObject()
{
}
-void WebGLSharedPlatform3DObject::setObject(Platform3DObject object)
+void WebGLSharedPlatform3DObject::setObject(GLuint object)
{
// object==0 && deleted==false indicating an uninitialized state;
ASSERT(!m_object && !isDeleted());

Powered by Google App Engine
This is Rietveld 408576698