Skip to content

Commit

Permalink
Unreviewed non-unified build fixes
Browse files Browse the repository at this point in the history
* Source/WebCore/animation/DocumentTimeline.cpp: Add missing Logging.h
  header inclusion.
* Source/WebKit/UIProcess/Notifications/glib/NotificationService.cpp:
  Add missing cairo.h header inclusion.

Canonical link: https://commits.webkit.org/253616@main
  • Loading branch information
aperezdc committed Aug 20, 2022
1 parent 90099cb commit 760ccfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Source/WebCore/animation/DocumentTimeline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
#include "GraphicsLayer.h"
#include "KeyframeEffect.h"
#include "KeyframeEffectStack.h"
#include "Logging.h"
#include "Node.h"
#include "Page.h"
#include "RenderBoxModelObject.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include <WebCore/Image.h>
#include <WebCore/NotificationResources.h>
#include <WebCore/RefPtrCairo.h>
#include <cairo.h>
#include <gio/gdesktopappinfo.h>
#include <gio/gio.h>
#include <glib/gi18n-lib.h>
Expand Down

0 comments on commit 760ccfb

Please sign in to comment.