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

Side by Side Diff: cc/test/test_web_graphics_context_3d.cc

Issue 19403002: Use a direct include of the message_loop header in cc/, chrome_frame/, cloud_print/, components. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 5 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 | « cc/test/run_all_unittests.cc ('k') | cc/trees/layer_tree_host.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 2011 The Chromium Authors. All rights reserved. 1 // Copyright 2011 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 #include "cc/test/test_web_graphics_context_3d.h" 5 #include "cc/test/test_web_graphics_context_3d.h"
6 6
7 #include <algorithm> 7 #include <algorithm>
8 #include <string> 8 #include <string>
9 9
10 #include "base/bind.h" 10 #include "base/bind.h"
11 #include "base/lazy_instance.h" 11 #include "base/lazy_instance.h"
12 #include "base/logging.h" 12 #include "base/logging.h"
13 #include "base/message_loop.h" 13 #include "base/message_loop/message_loop.h"
14 #include "gpu/GLES2/gl2extchromium.h" 14 #include "gpu/GLES2/gl2extchromium.h"
15 #include "testing/gtest/include/gtest/gtest.h" 15 #include "testing/gtest/include/gtest/gtest.h"
16 #include "third_party/khronos/GLES2/gl2ext.h" 16 #include "third_party/khronos/GLES2/gl2ext.h"
17 17
18 using WebKit::WGC3Dboolean; 18 using WebKit::WGC3Dboolean;
19 using WebKit::WGC3Dchar; 19 using WebKit::WGC3Dchar;
20 using WebKit::WGC3Denum; 20 using WebKit::WGC3Denum;
21 using WebKit::WGC3Dint; 21 using WebKit::WGC3Dint;
22 using WebKit::WGC3Dsizei; 22 using WebKit::WGC3Dsizei;
23 using WebKit::WGC3Dsizeiptr; 23 using WebKit::WGC3Dsizeiptr;
(...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after
627 627
628 TestWebGraphicsContext3D::Buffer::Buffer() : target(0) {} 628 TestWebGraphicsContext3D::Buffer::Buffer() : target(0) {}
629 629
630 TestWebGraphicsContext3D::Buffer::~Buffer() {} 630 TestWebGraphicsContext3D::Buffer::~Buffer() {}
631 631
632 TestWebGraphicsContext3D::Image::Image() {} 632 TestWebGraphicsContext3D::Image::Image() {}
633 633
634 TestWebGraphicsContext3D::Image::~Image() {} 634 TestWebGraphicsContext3D::Image::~Image() {}
635 635
636 } // namespace cc 636 } // namespace cc
OLDNEW
« no previous file with comments | « cc/test/run_all_unittests.cc ('k') | cc/trees/layer_tree_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698