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

Side by Side Diff: cc/delegating_renderer.h

Issue 11498002: Fix license header in cc/delegating_renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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 | cc/delegating_renderer.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 /* 1 // Copyright 2011 The Chromium Authors. All rights reserved.
boliu 2012/12/08 20:00:41 Damn it, got the year wrong..
2 * Copyright (C) 2012 Google Inc. All rights reserved. 2 // Use of this source code is governed by a BSD-style license that can be
3 * 3 // found in the LICENSE file.
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.
10 * 2. Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
12 * documentation and/or other materials provided with the distribution.
13 *
14 * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
15 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
16 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
17 * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
18 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
19 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
20 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
21 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24 */
25 4
26 #ifndef CC_DELEGATING_RENDERER_H_ 5 #ifndef CC_DELEGATING_RENDERER_H_
27 #define CC_DELEGATING_RENDERER_H_ 6 #define CC_DELEGATING_RENDERER_H_
28 7
29 #include "base/memory/scoped_ptr.h" 8 #include "base/memory/scoped_ptr.h"
30 #include "cc/cc_export.h" 9 #include "cc/cc_export.h"
31 #include "cc/renderer.h" 10 #include "cc/renderer.h"
32 #include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3 D.h" 11 #include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3 D.h"
33 12
34 namespace cc { 13 namespace cc {
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 ResourceProvider* resource_provider_; 57 ResourceProvider* resource_provider_;
79 RendererCapabilities capabilities_; 58 RendererCapabilities capabilities_;
80 bool visible_; 59 bool visible_;
81 60
82 DISALLOW_COPY_AND_ASSIGN(DelegatingRenderer); 61 DISALLOW_COPY_AND_ASSIGN(DelegatingRenderer);
83 }; 62 };
84 63
85 } // namespace cc 64 } // namespace cc
86 65
87 #endif // CC_DELEGATING_RENDERER_H_ 66 #endif // CC_DELEGATING_RENDERER_H_
OLDNEW
« no previous file with comments | « no previous file | cc/delegating_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698