Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(21)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: cc/CCRenderer.cpp
Issue
10942040
:
Fix CC*Renderer and CC*LayerImpl to compile with Clang (Closed)
Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set:
Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
cc/CCDirectRenderer.h
cc/CCDirectRenderer.cpp
cc/CCIOSurfaceLayerImpl.h
cc/CCIOSurfaceLayerImpl.cpp
cc/CCLayerImpl.h
cc/CCLayerImpl.cpp
cc/CCLayerQuad.h
cc/CCLayerQuad.cpp
cc/CCLayerSorter.h
cc/CCLayerSorter.cpp
cc/CCLayerTreeHost.h
cc/CCLayerTreeHost.cpp
cc/CCLayerTreeHostCommon.h
cc/CCLayerTreeHostCommon.cpp
cc/CCLayerTreeHostImpl.h
cc/CCLayerTreeHostImpl.cpp
cc/CCRenderPass.h
cc/CCRenderPass.cpp
cc/CCRenderer.h
cc/CCRenderer.cpp
cc/CCRendererGL.h
cc/CCRendererGL.cpp
cc/CCResourceProvider.h
cc/CCResourceProvider.cpp
cc/CCScrollbarAnimationController.h
cc/CCScrollbarAnimationController.cpp
cc/CCScrollbarLayerImpl.h
cc/CCScrollbarLayerImpl.cpp
cc/CCSingleThreadProxy.h
cc/CCSingleThreadProxy.cpp
cc/CCTextureLayerImpl.h
cc/CCTextureLayerImpl.cpp
cc/CCTiledLayerImpl.h
cc/CCTiledLayerImpl.cpp
cc/CCVideoLayerImpl.h
cc/CCVideoLayerImpl.cpp
cc/cc.gyp
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« cc/CCRenderer.h
('k') |
cc/CCRendererGL.h »
('j') |
cc/CCTiledLayerImpl.cpp »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
// Copyright 2012 The Chromium Authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
#include "config.h"
6
7
#include "CCRenderer.h"
8
9
namespace cc {
10
11
bool CCRenderer::haveCachedResourcesForRenderPassId(CCRenderPass::Id) const
12
{
13
return false;
14
}
15
16
bool CCRenderer::isContextLost()
17
{
18
return false;
19
}
20
21
}
OLD
NEW
« no previous file with comments
|
« cc/CCRenderer.h
('k') |
cc/CCRendererGL.h »
('j') |
cc/CCTiledLayerImpl.cpp »
('J')
Issue 10942040: Fix CC*Renderer and CC*LayerImpl to compile with Clang (Closed)
Created 8 years, 3 months ago by enne (OOO)
Modified 8 years, 3 months ago
Reviewers: jamesr
Base URL: svn://svn.chromium.org/chrome/trunk/src
Comments: 1
This is Rietveld
408576698