| OLD | NEW |
| 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 Loading... |
| 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 |
| OLD | NEW |