Advertisement
Guest User

Untitled

a guest
Aug 21st, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. // Copyright 2016 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. // Generated from template:
  6. // core/css/properties/templates/CSSPropertyAPISubclass.h.tmpl
  7. // and input files:
  8. // ../../third_party/WebKit/Source/core/css/CSSProperties.json5
  9.  
  10.  
  11. #ifndef CSSPropertyAPIBackgroundColor_h
  12. #define CSSPropertyAPIBackgroundColor_h
  13.  
  14. #include "core/CSSPropertyNames.h"
  15. #include "core/css/properties/CSSPropertyAPI.h"
  16. #include "platform/heap/HeapAllocator.h"
  17.  
  18. namespace blink {
  19.  
  20. class CSSParserTokenRange;
  21. class CSSParserContext;
  22. class CSSParserLocalContext;
  23. class CSSProperty;
  24. class CSSValue;
  25.  
  26. class CSSPropertyAPIBackgroundColor : public CSSPropertyAPI {
  27. public:
  28. const CSSValue* ParseSingleValue(CSSPropertyID, CSSParserTokenRange&, const CSSParserContext&, const CSSParserLocalContext&) const override;
  29. };
  30.  
  31. } // namespace blink
  32.  
  33. #endif // CSSPropertyAPIBackgroundColor_h
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement