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

Unified Diff: ui/gl/gl_state_restorer.cc

Issue 11275120: Virtual GL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « ui/gl/gl_state_restorer.h ('k') | ui/gl/gl_wgl_api_implementation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_state_restorer.cc
diff --git a/ui/gfx/android/gfx_jni_registrar.cc b/ui/gl/gl_state_restorer.cc
similarity index 56%
copy from ui/gfx/android/gfx_jni_registrar.cc
copy to ui/gl/gl_state_restorer.cc
index d4406c8fc6e4cead0b36c38046eca468f551d601..8bf6f81ec68ff6986b7f6a98bdef15b142363079 100644
--- a/ui/gfx/android/gfx_jni_registrar.cc
+++ b/ui/gl/gl_state_restorer.cc
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/gfx/android/gfx_jni_registrar.h"
+#include "ui/gl/gl_state_restorer.h"
namespace gfx {
-void RegisterBitmapAndroid(JNIEnv* env);
+GLStateRestorer::GLStateRestorer() {
+}
-bool RegisterJni(JNIEnv* env) {
- RegisterBitmapAndroid(env);
- return true;
+GLStateRestorer::~GLStateRestorer() {
}
} // namespace gfx
+
« no previous file with comments | « ui/gl/gl_state_restorer.h ('k') | ui/gl/gl_wgl_api_implementation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698