Skip to content

Commit 40dd633

Browse files
Nobodymaterial-automation
Nobody
authored andcommitted
Add explicit imports for CoreGraphics in files which use it.
PiperOrigin-RevId: 642471770
1 parent 8bb590a commit 40dd633

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

components/OverlayWindow/src/MDCOverlayWindow.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
#import "MDCOverlayWindow.h"
1616

17+
#import <CoreGraphics/CoreGraphics.h>
1718
#import <objc/runtime.h>
1819

1920
#import "MDCAvailability.h"

components/OverlayWindow/tests/unit/OverlayWindowInitTest.m

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
#import <CoreGraphics/CoreGraphics.h>
1516
#import <XCTest/XCTest.h>
1617

17-
#import "MaterialAvailability.h"
18-
#import "MaterialOverlayWindow.h"
18+
#import "MDCAvailability.h"
19+
#import "MDCOverlayWindow.h"
1920

2021
@interface MockOverlayWindow : MDCOverlayWindow
2122

0 commit comments

Comments
 (0)