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
(118)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: experimental/svg/model/SkSVGIDMapper.h
Issue
2327233003
:
[SVGDom] Initial linear gradient support (Closed)
Patch Set: review
Created 4 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:
BUILD.gn
experimental/svg/model/SkSVGAttribute.h
experimental/svg/model/SkSVGAttributeParser.h
experimental/svg/model/SkSVGAttributeParser.cpp
experimental/svg/model/SkSVGContainer.h
experimental/svg/model/SkSVGDOM.h
experimental/svg/model/SkSVGDOM.cpp
experimental/svg/model/SkSVGDefs.h
experimental/svg/model/SkSVGHiddenContainer.h
experimental/svg/model/SkSVGIDMapper.h
experimental/svg/model/SkSVGLinearGradient.h
experimental/svg/model/SkSVGLinearGradient.cpp
experimental/svg/model/SkSVGNode.h
experimental/svg/model/SkSVGNode.cpp
experimental/svg/model/SkSVGRenderContext.h
experimental/svg/model/SkSVGRenderContext.cpp
experimental/svg/model/SkSVGStop.h
experimental/svg/model/SkSVGStop.cpp
experimental/svg/model/SkSVGTypes.h
experimental/svg/model/SkSVGValue.h
gyp/svg.gyp
View unified diff
|
Download patch
« no previous file with comments
|
« experimental/svg/model/SkSVGHiddenContainer.h
('k') |
experimental/svg/model/SkSVGLinearGradient.h »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
/*
2
* Copyright 2016 Google Inc.
3
*
4
* Use of this source code is governed by a BSD-style license that can be
5
* found in the LICENSE file.
6
*/
7
8
#ifndef SkSVGIDMapper_DEFINED
9
#define SkSVGIDMapper_DEFINED
10
11
#include "SkRefCnt.h"
12
#include "SkTHash.h"
13
14
class SkString;
15
class SkSVGNode;
16
17
using SkSVGIDMapper = SkTHashMap<SkString, sk_sp<SkSVGNode>>;
18
19
#endif // SkSVGIDMapper_DEFINED
OLD
NEW
« no previous file with comments
|
« experimental/svg/model/SkSVGHiddenContainer.h
('k') |
experimental/svg/model/SkSVGLinearGradient.h »
('j') |
no next file with comments »
Issue 2327233003: [SVGDom] Initial linear gradient support (Closed)
Created 4 years, 3 months ago by f(malita)
Modified 4 years, 3 months ago
Reviewers: robertphillips, stephana, reed1
Base URL:
Comments: 8
This is Rietveld
408576698