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

Side by Side Diff: third_party/WebKit/Source/core/layout/svg/ReferenceFilterBuilder.h

Issue 1627713002: Add more missing closing namespace comments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase, address comment (also filed llvm.org/PR26290) Created 4 years, 11 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
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2013 Adobe Systems Incorporated. All rights reserved. 2 * Copyright (C) 2013 Adobe Systems Incorporated. All rights reserved.
3 * Copyright (C) 2013 Google Inc. All rights reserved. 3 * Copyright (C) 2013 Google Inc. All rights reserved.
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 8 *
9 * 1. Redistributions of source code must retain the above 9 * 1. Redistributions of source code must retain the above
10 * copyright notice, this list of conditions and the following 10 * copyright notice, this list of conditions and the following
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 public: 52 public:
53 static DocumentResourceReference* documentResourceReference(const FilterOper ation*); 53 static DocumentResourceReference* documentResourceReference(const FilterOper ation*);
54 static void setDocumentResourceReference(const FilterOperation*, PassOwnPtr< DocumentResourceReference>); 54 static void setDocumentResourceReference(const FilterOperation*, PassOwnPtr< DocumentResourceReference>);
55 #if !ENABLE(OILPAN) 55 #if !ENABLE(OILPAN)
56 static void clearDocumentResourceReference(const FilterOperation*); 56 static void clearDocumentResourceReference(const FilterOperation*);
57 #endif 57 #endif
58 58
59 static PassRefPtrWillBeRawPtr<Filter> build(float zoom, Element*, FilterEffe ct* previousEffect, const ReferenceFilterOperation&, const FloatSize* referenceB oxSize = nullptr, const SkPaint* fillPaint = nullptr, const SkPaint* strokePaint = nullptr); 59 static PassRefPtrWillBeRawPtr<Filter> build(float zoom, Element*, FilterEffe ct* previousEffect, const ReferenceFilterOperation&, const FloatSize* referenceB oxSize = nullptr, const SkPaint* fillPaint = nullptr, const SkPaint* strokePaint = nullptr);
60 }; 60 };
61 61
62 } 62 } // namespace blink
63 63
64 #endif // ReferenceFilterBuilder_h 64 #endif // ReferenceFilterBuilder_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698