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
(290)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: cc/stubs/GraphicsTypes3D.h
Issue
10828381
:
libcc and webkit_compositor targets + stubs (Closed)
Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Slightly better scripts and updated README
Created 8 years, 4 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:
PRESUBMIT.py
build/all.gyp
cc/DEPS
cc/README
cc/cc.gyp
cc/cc_tests.gyp
cc/copyfiles.py
cc/stubs/Extensions3D.h
cc/stubs/Extensions3DChromium.h
cc/stubs/GraphicsContext3D.h
cc/stubs/GraphicsTypes3D.h
cc/stubs/NotImplemented.h
cc/stubs/Region.h
cc/stubs/SkiaUtils.h
cc/stubs/TextStream.h
cc/stubs/TilingData.h
cc/stubs/TraceEvent.h
cc/stubs/UnitBezier.h
cc/test/RunAllTests.cpp
webkit/compositor/DEPS
webkit/compositor/compositor.gyp
webkit/compositor/copyfiles.py
webkit/compositor/stubs/AnimationIdVendor.h
webkit/compositor/stubs/public/WebTransformationMatrix.h
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« cc/stubs/GraphicsContext3D.h
('k') |
cc/stubs/NotImplemented.h »
('j') |
cc/test/RunAllTests.cpp »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
#ifndef CC_STUBS_GRAPHICSTYPES3D_H_
2
#define CC_STUBS_GRAPHICSTYPES3D_H_
3
4
#define NullPlatform3DObject 0
5
6
typedef unsigned char GC3Dboolean;
7
typedef unsigned GC3Denum;
8
typedef unsigned GC3Duint;
9
typedef unsigned Platform3DObject;
10
typedef int GC3Dint;
11
typedef signed char GC3Dbyte;
12
13
#endif // CC_STUBS_GRAPHICSTYPES3D_H_
14
OLD
NEW
« no previous file with comments
|
« cc/stubs/GraphicsContext3D.h
('k') |
cc/stubs/NotImplemented.h »
('j') |
cc/test/RunAllTests.cpp »
('J')
Issue 10828381: libcc and webkit_compositor targets + stubs (Closed)
Created 8 years, 4 months ago by jamesr
Modified 8 years, 4 months ago
Reviewers: nduca
Base URL: svn://svn.chromium.org/chrome/trunk/src
Comments: 2
This is Rietveld
408576698