mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:37:35 +00:00
Everywhere: Run clang-format
This commit is contained in:
parent
0376c127f6
commit
086969277e
1665 changed files with 8479 additions and 8479 deletions
|
@ -19,7 +19,7 @@ public:
|
|||
HTMLCanvasElement(DOM::Document&, DOM::QualifiedName);
|
||||
virtual ~HTMLCanvasElement() override;
|
||||
|
||||
const Gfx::Bitmap* bitmap() const { return m_bitmap; }
|
||||
Gfx::Bitmap const* bitmap() const { return m_bitmap; }
|
||||
Gfx::Bitmap* bitmap() { return m_bitmap; }
|
||||
bool create_bitmap();
|
||||
|
||||
|
@ -31,7 +31,7 @@ public:
|
|||
void set_width(unsigned);
|
||||
void set_height(unsigned);
|
||||
|
||||
String to_data_url(const String& type, Optional<double> quality) const;
|
||||
String to_data_url(String const& type, Optional<double> quality) const;
|
||||
|
||||
private:
|
||||
virtual RefPtr<Layout::Node> create_layout_node(NonnullRefPtr<CSS::StyleProperties>) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue