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

Side by Side Diff: webkit/compositor_bindings/web_external_texture_layer_impl.cc

Issue 12471007: Part 8 of cc/ directory shuffles: resources (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 | « ui/compositor/layer.cc ('k') | no next file » | 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 "webkit/compositor_bindings/web_external_texture_layer_impl.h" 5 #include "webkit/compositor_bindings/web_external_texture_layer_impl.h"
6 6
7 #include "cc/resource_update_queue.h" 7 #include "cc/resources/resource_update_queue.h"
8 #include "cc/texture_layer.h" 8 #include "cc/texture_layer.h"
9 #include "third_party/WebKit/Source/Platform/chromium/public/WebExternalTextureL ayerClient.h" 9 #include "third_party/WebKit/Source/Platform/chromium/public/WebExternalTextureL ayerClient.h"
10 #include "third_party/WebKit/Source/Platform/chromium/public/WebFloatRect.h" 10 #include "third_party/WebKit/Source/Platform/chromium/public/WebFloatRect.h"
11 #include "third_party/WebKit/Source/Platform/chromium/public/WebSize.h" 11 #include "third_party/WebKit/Source/Platform/chromium/public/WebSize.h"
12 #include "webkit/compositor_bindings/web_layer_impl.h" 12 #include "webkit/compositor_bindings/web_layer_impl.h"
13 13
14 using namespace cc; 14 using namespace cc;
15 15
16 namespace WebKit { 16 namespace WebKit {
17 17
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 WebTextureUpdaterImpl updater_impl(queue); 87 WebTextureUpdaterImpl updater_impl(queue);
88 return client_->prepareTexture(updater_impl); 88 return client_->prepareTexture(updater_impl);
89 } 89 }
90 90
91 WebGraphicsContext3D* WebExternalTextureLayerImpl::context() { 91 WebGraphicsContext3D* WebExternalTextureLayerImpl::context() {
92 DCHECK(client_); 92 DCHECK(client_);
93 return client_->context(); 93 return client_->context();
94 } 94 }
95 95
96 } // namespace WebKit 96 } // namespace WebKit
OLDNEW
« no previous file with comments | « ui/compositor/layer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698