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

Side by Side Diff: ui/compositor/test_web_graphics_context_3d.h

Issue 10635024: Return different IDs from TestWebGraphicsContext3D::createTexture (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: style Created 8 years, 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | ui/compositor/test_web_graphics_context_3d.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef UI_COMPOSITOR_TEST_WEB_GRAPHICS_CONTEXT_3D_H_ 5 #ifndef UI_COMPOSITOR_TEST_WEB_GRAPHICS_CONTEXT_3D_H_
6 #define UI_COMPOSITOR_TEST_WEB_GRAPHICS_CONTEXT_3D_H_ 6 #define UI_COMPOSITOR_TEST_WEB_GRAPHICS_CONTEXT_3D_H_
7 #pragma once 7 #pragma once
8 8
9 #include "base/logging.h" 9 #include "base/logging.h"
10 #include "base/memory/ref_counted.h" 10 #include "base/memory/ref_counted.h"
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 virtual void getQueryivEXT(WebKit::WGC3Denum, 441 virtual void getQueryivEXT(WebKit::WGC3Denum,
442 WebKit::WGC3Denum, 442 WebKit::WGC3Denum,
443 WebKit::WGC3Dint*) {} 443 WebKit::WGC3Dint*) {}
444 virtual void getQueryObjectuivEXT(WebKit::WebGLId, 444 virtual void getQueryObjectuivEXT(WebKit::WebGLId,
445 WebKit::WGC3Denum, 445 WebKit::WGC3Denum,
446 WebKit::WGC3Duint*) {} 446 WebKit::WGC3Duint*) {}
447 447
448 private: 448 private:
449 scoped_refptr<gfx::GLContext> gl_context_; 449 scoped_refptr<gfx::GLContext> gl_context_;
450 scoped_refptr<gfx::GLSurface> gl_surface_; 450 scoped_refptr<gfx::GLSurface> gl_surface_;
451 unsigned next_texture_id_;
451 452
452 DISALLOW_COPY_AND_ASSIGN(TestWebGraphicsContext3D); 453 DISALLOW_COPY_AND_ASSIGN(TestWebGraphicsContext3D);
453 }; 454 };
454 455
455 } // namespace ui 456 } // namespace ui
456 457
457 #endif // UI_COMPOSITOR_TEST_WEB_GRAPHICS_CONTEXT_3D_H_ 458 #endif // UI_COMPOSITOR_TEST_WEB_GRAPHICS_CONTEXT_3D_H_
OLDNEW
« no previous file with comments | « no previous file | ui/compositor/test_web_graphics_context_3d.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698